The PeekCt driver supports a control that displays the current stack space, total free heap memory, and the largest block of contiguous free heap memory.
Operation
The parameter displayed is determined by the control's VarCode which can be set manually in the control dialog or interactively by clicking in the control. The VarCode values currently supported are:
1 = show stack space
2 = show free heap memory
3 = show largest contiguous free heap memory
4 = continuously shuffle blocks in heap
For proper operation, the Idle and Hook items should be set in the Messages Sent menu. No use is made of the control's values, and no support is provided for resource or data linking.
Limitations
No support for right or center justification. No support for hand scrolling.